home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / pascal / stadll.exe / README.TXT < prev    next >
Encoding:
Text File  |  1993-06-18  |  1.8 KB  |  32 lines

  1. This is the source for a simple DLL that contains a modeless dialog 
  2. box indicating the status of a task.  I began this project trying to 
  3. write a DLL that would do a file conversion, indicate how it was 
  4. progressing, and allow the user to cancel the process.  I was unable 
  5. to find a simple example of what I was attempting, so I went through 
  6. the grief of trial and error and borrowing from any source that 
  7. helped.  (If anything looks familiar to you, thank-you very much.  
  8. Please feel proud that you thought of it first, rather than slighted 
  9. that I don't mention you.)  I learned many things along the way and, 
  10. when I completed my DLL, thought I'd help anyone in a similar 
  11. situation by passing this example on.  I cleaned it up a little, made 
  12. an object out of it, and... here it is!  This example, rather than 
  13. doing a file conversion, simply counts for 5 seconds.  In my file 
  14. conversion, I display a record count, rather than the second count 
  15. used in this example.  I'm sure, if you need this as an example for a 
  16. file conversion, you will have no trouble adapting it.
  17.  
  18. This example, though trivial when complete, caused me much grief in 
  19. the making.  I suppose I bit off more than I could chew, learning 
  20. about Windows programming and writing a DLL with a modeless dialog box 
  21. in it all at the same time.  Anyway, if it helps you with a similar 
  22. project, great.  If you have ideas that could make this source better, 
  23. please let me know, since I am far from done learning!
  24.  
  25. Contributed By: Bradley Plett (71075,2010)
  26.  
  27. My thanks to:
  28.   - Peter Sawatzki (100031,3002) from whom I borrowed the "LoadBWCC" 
  29.     and "UnLoadBWCC" ideas (from the file "JANUSW.ZIP")
  30.   - Adam Carney (71150,2436) from whom I borrowed some of the status 
  31.     ideas (from the file "STATUS.ZIP")
  32.